home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TPRINTSERIESDIALOG / TPRINTSERIESDIALOG.txt < prev   
Text File  |  2001-10-17  |  1KB  |  78 lines

  1. object PrintSeriesDialog: TPrintSeriesDialog
  2.   Left = 313
  3.   Top = 105
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printing series of images:'
  7.   ClientHeight = 154
  8.   ClientWidth = 412
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 64
  21.     Top = 38
  22.     Width = 321
  23.     Height = 28
  24.     AutoSize = False
  25.     Caption = 'PrintSeriesDialog (Unit 15.cpp)'
  26.   end
  27.   object Label0: TLabel
  28.     Left = 342
  29.     Top = 6
  30.     Width = 32
  31.     Height = 13
  32.     Caption = 'Label0'
  33.   end
  34.   object ProgressLabel: TLabel
  35.     Left = 192
  36.     Top = 76
  37.     Width = 20
  38.     Height = 13
  39.     Caption = '55%'
  40.   end
  41.   object Label1: TLabel
  42.     Left = 24
  43.     Top = 6
  44.     Width = 32
  45.     Height = 13
  46.     Caption = 'Label1'
  47.   end
  48.   object Image1: TImage
  49.     Left = 24
  50.     Top = 30
  51.     Width = 32
  52.     Height = 32
  53.     Picture.Data = {<image001.ico>}
  54.     Stretch = True
  55.   end
  56.   object CancelBtn: TButton
  57.     Left = 172
  58.     Top = 120
  59.     Width = 60
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 0
  65.     TabStop = False
  66.     OnClick = CancelBtnClick
  67.   end
  68.   object ProgressBar1: TProgressBar
  69.     Left = 24
  70.     Top = 94
  71.     Width = 361
  72.     Height = 16
  73.     Min = 0
  74.     Max = 100
  75.     TabOrder = 1
  76.   end
  77. end
  78.